home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Plug-In Power Pack for Netscape Communicator
/
Plug-In Power Pack for Netscape Communicator.iso
/
plugins
/
dataviews
/
dvtools
/
demos
/
surfdemo
/
surffundecl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-08
|
3KB
|
55 lines
#include "dvinteract.h"
#include "surfdata.h"
/* Functions defined in surfcolor.c */
void InitColorControls V_P_((void));
void DrawColorControls V_P_((void));
int HandleColorControls V_P_((OBJECT client, EVENT_REQUEST request, int event_type, OBJECT loc, ADDRESS args));
/* Functions defined in surfdata.c */
/* Functions defined in surfdsp.c */
void InitDisplay V_P_((char *device));
void InitControlDrawports V_P_((void));
void DrawDisplay V_P_((BOOLPARAM first_time_flag));
void DoPlot V_P_((void));
void TermDisplays V_P_((void));
/* Functions defined in surfeqns.c */
void InitData V_P_((void));
void SetDefaults V_P_((int pick, BOOLPARAM draw_text));
void GenerateData V_P_((int firsttime));
BOOLPARAM NeedToGenData V_P_((void));
BOOLPARAM CheckPlotData V_P_((void));
void SetThresholds V_P_((void));
/* Functions defined in surfevents.c */
void InitSimpleEvents V_P_((void));
void HandleEvents V_P_((void));
int HandleWinEvent V_P_((OBJECT client, EVENT_REQUEST req_id, int event_type, OBJECT loc, ADDRESS args));
int HandlePickEvent V_P_((OBJECT client, EVENT_REQUEST req_id, int pick_type, OBJECT loc, ADDRESS args));
/* Functions defined in surfinput.c */
void InitInputObjects V_P_((void));
/* Functions defined in surfmain.c */
int main V_P_((int argc, char *argv[]));
/* Functions defined in surfmenu.c */
void InitFormulaControls V_P_((void));
int HandleFormulaMenu V_P_((OBJECT client, EVENT_REQUEST request, int event_type, OBJECT loc, ADDRESS argptr));
void DrawFormulaMenu V_P_((void));
int HandleTextEntry V_P_((OBJECT client, EVENT_REQUEST request, int str_type, OBJECT loc, TEXT_ARGS *args));
void ReDrawTextInputs V_P_((void));
BOOLPARAM AreInputValuesValid V_P_((void));
void SwitchAutoZRange V_P_((void));
/* Functions defined in surfthresh.c */
void InitThreshControls V_P_((void));
void DrawThreshControls V_P_((void));
int HandleThreshControls V_P_((OBJECT client, EVENT_REQUEST request, int event_type, OBJECT loc, ADDRESS args));
/* Functions defined in surftog.c */
void InitToggleControls V_P_((void));
int HandleToggle V_P_((OBJECT client, EVENT_REQUEST request, int toggle_type, OBJECT loc, ADDRESS argptr));
/* Functions defined in surfutil.c */
void PrintMessage V_P_((char *text, BOOLPARAM perm));
void SetMessage V_P_((char *text));
void DrawThreshRect V_P_((OBJECT object));
ADDRESS GetVdp V_P_((OBJECT obj));
/* Internal functions referenced in surfutil.c */
void VXcttrect V_P_((DV_POINT *p1, int value1, DV_POINT *p2, int value2,
COLOR_THRESHOLD *cttp, int colcount, BOOLPARAM x_is_value_axis));
void Msleep V_P_((LONG tenthofsecs));